type net.addrList
14 uses
net (current package)
dial.go#L263: func (r *Resolver) resolveAddrList(ctx context.Context, op, network, addr string, hint Addr) (addrList, error) {
dial.go#L280: return addrList{addr}, nil
dial.go#L499: var primaries, fallbacks addrList
dial.go#L513: func (sd *sysDialer) dialParallel(ctx context.Context, primaries, fallbacks addrList) (Conn, error) {
dial.go#L587: func (sd *sysDialer) dialSerial(ctx context.Context, ras addrList) (Conn, error) {
ipsock.go#L60: type addrList []Addr
ipsock.go#L81: func (addrs addrList) forResolve(network, addr string) Addr {
ipsock.go#L99: func (addrs addrList) first(strategy func(Addr) bool) Addr {
ipsock.go#L114: func (addrs addrList) partition(strategy func(Addr) bool) (primaries, fallbacks addrList) {
ipsock.go#L132: func filterAddrList(filter func(IPAddr) bool, ips []IPAddr, inetaddr func(IPAddr) Addr, originalAddr string) (addrList, error) {
ipsock.go#L133: var addrs addrList
ipsock.go#L248: func (r *Resolver) internetAddrList(ctx context.Context, net, addr string) (addrList, error) {
ipsock.go#L284: return addrList{inetaddr(IPAddr{})}, nil
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |